home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / themes / Smooth-Winter / gtk-2.0 / gtkrc next >
Text File  |  2004-06-18  |  6KB  |  354 lines

  1. # Theme Name  : Smooth-Winter
  2. # Author      : sub_pop_culture ala Link Dupont (link@subpop.net)
  3. # Description :
  4. #
  5. # A Smooth Wintery theme, based on the Smooth Sea-Ice theme, 
  6. # and the Winter Wonderland colours
  7.  
  8. include "iconrc"
  9.  
  10. style "default" {
  11.     GtkWidget::interior_focus = 0
  12.     GtkWidget::focus-line-pattern = ""
  13.     GtkWidget::focus_padding = 0
  14.  
  15.     GtkButton::default_border         = {0, 0, 0, 0}
  16.     GtkButton::default_outside_border = {0, 0, 0, 0}
  17.  
  18.     GtkCheckButton::indicator_size    = 13
  19.     GtkRadioButton::indicator_size    = 12
  20.  
  21.     GtkPaned::handle_size  = 10
  22.  
  23.     GtkRange::trough_border           = 2
  24.     GtkRange::slider_width            = 13
  25.     GtkRange::stepper_size            = 13
  26.     GtkRange::stepper_spacing         = 0
  27.   
  28.     GtkScrollbar::has_backward_stepper = 1
  29.     GtkScrollbar::has_secondary_forward_stepper = 0
  30.  
  31.     GtkScrollbar::has_forward_stepper = 1
  32.     GtkScrollbar::has_secondary_backward_stepper = 1
  33.   
  34.     fg[ACTIVE]        = "#000000"
  35.     fg[INSENSITIVE]   = "#747474"
  36.     fg[NORMAL]        = "#000000"
  37.     fg[PRELIGHT]      = "#ffffff"
  38.     fg[SELECTED]      = "#ffffff"
  39.  
  40.     bg[ACTIVE]        = "#c1c1cc"
  41.     bg[INSENSITIVE]   = "#dbdbe5"
  42.     bg[NORMAL]        = "#e3e3ee"
  43.     bg[PRELIGHT]      = "#4585c7"
  44.     bg[SELECTED]      = "#4585c7"
  45.  
  46.     base[ACTIVE]      = "#96a7eb"
  47.     base[INSENSITIVE] = "#dbdbe5"
  48.     base[NORMAL]      = "#ffffff"
  49.     base[PRELIGHT]    = "#e2deeb"
  50.     base[SELECTED]    = "#8092dc"
  51.  
  52.     text[ACTIVE]      = "#ffffff"
  53.     text[INSENSITIVE] = "#747474"
  54.     text[NORMAL]      = "#000000"
  55.     text[PRELIGHT]    = "#000000"
  56.     text[SELECTED]    = "#ffffff"  
  57.  
  58.     engine "smooth" {
  59.         fill {
  60.         style=shaded
  61.         hdirection=vertical
  62.         vdirection=vertical
  63.         shade1=1.09
  64.         shade2=0.9
  65.     }
  66.  
  67.         line {
  68.         style=smooth
  69.         thickness=1
  70.     }
  71.     
  72.     focus {
  73.         foreground[ACTIVE] = "#4585c7"
  74.         foreground[SELECTED] = "#4585c7"
  75.         foreground[NORMAL] = "#4585c7"
  76.         foreground[PRELIGHT] = "#4585c7"
  77.     }
  78.  
  79.         grip {
  80.         style=bars
  81.         fill {
  82.             style=solid
  83.         }
  84.     }
  85.  
  86.         check {
  87.         style=clean
  88.         motif=true
  89.         fill {
  90.             style=shaded
  91.         hdirection=fdiagonal
  92.         vdirection=fdiagonal
  93.         shade1=1.09
  94.         shade2=0.9
  95.         }
  96.     }
  97.     
  98.     option {
  99.         style=round
  100.         motif=true
  101.         fill {
  102.             style=shaded
  103.         hdirection=fdiagonal
  104.         vdirection=fdiagonal
  105.         shade1=1.09
  106.         shade2=0.9
  107.         }
  108.     }
  109.     
  110.     arrow {
  111.            style=cleanice
  112.        solid=TRUE
  113.         }
  114.  
  115.     tab_style=round
  116.     }
  117. } widget_class "*" style "default"
  118.  
  119. style "toolbar" {
  120.     engine "smooth" {
  121.         line {
  122.         style=smooth
  123.         thickness=1
  124.     }
  125.     
  126.     fill {
  127.         style=solid
  128.     }
  129.     
  130.     grip {
  131.         style=bars
  132.         toolbar_overlap=TRUE
  133.     }
  134.     }
  135. }
  136. widget_class "*BonoboDockItem*" style "toolbar"
  137. class "*BonoboDockItem*" style "toolbar"
  138.  
  139. widget_class "*HandleBox*" style "toolbar"
  140. class "*HandleBox*" style "toolbar"
  141.  
  142. widget_class "*Tool*" style "toolbar"
  143. class "*Tool*" style "toolbar"
  144.  
  145. widget_class "*MenuBar*" style "toolbar"
  146. class "*MenuBar*" style "toolbar"
  147.  
  148. style "menuitem" {
  149.     text[PRELIGHT]    = "#8092dc" # Radio/Check items use text[state]
  150.                         # for the check colour
  151.     text[NORMAL]    = "#000000"
  152.     
  153.     engine "smooth" {
  154.         fill {
  155.         style=shaded
  156.         hdirection=vertical
  157.         vdirection=vertical
  158.         shade1=1.09
  159.         shade2=0.9
  160.     }
  161.     
  162.     line {
  163.         style=thin
  164.         thickness=1
  165.     }
  166.     
  167.     edge {
  168.         line {
  169.             style=smooth
  170.         thickness=1
  171.         }
  172.     }
  173.     
  174.     check {
  175.         style=clean
  176.         line {
  177.             style=flat
  178.         thickness=1
  179.         }
  180.         fill {
  181.             style=solid
  182.         }
  183.     }
  184.     
  185.     option {
  186.         style=round
  187.         line {
  188.             style=none
  189.         thickness=0
  190.         }
  191.         fill {
  192.             style=solid
  193.         }
  194.     }
  195.     
  196.     arrow {
  197.            style=cleanice
  198.        solid=TRUE
  199.         }
  200.     }
  201. }
  202. widget_class "*MenuItem*" style "menuitem"
  203. class "*MenuItem*" style "menuitem"
  204.  
  205. style "radio_check" {
  206.     text[PRELIGHT]    = "#8092dc" # Radio/Check items use text[state]
  207.                         # for the check colour
  208.     text[ACTIVE]    = "#afafaf"
  209.     text[NORMAL]    = "#000000"
  210.     text[SELECTED]    = "#afafaf"
  211. }
  212. widget_class "*RadioButton*" style "radio_check"
  213. widget_class "*CheckButton*" style "radio_check"
  214.  
  215. style "scrollbar" {
  216.     engine "smooth" {
  217.         fill {
  218.         style=shaded
  219.         hdirection=vertical
  220.         vdirection=horizontal
  221.         shade1=1.09
  222.         shade2=0.9
  223.     }
  224.     
  225.     line {
  226.         style=smooth
  227.         thickness=0
  228.     }
  229.     
  230.     trough {
  231.         fill {
  232.             style=solid
  233.         }
  234.     }
  235.     
  236.     grip {
  237.         style=midlines
  238.         count=3
  239.         spacing=1
  240.     }
  241.     
  242.     arrow {
  243.            style=cleanice
  244.        solid=TRUE
  245.         }
  246.     }
  247. }
  248. widget_class "*Scrollbar*" style "scrollbar"
  249. class "*Scrollbar*" style "scrollbar"
  250.  
  251. style "hscales"  {
  252.     bg[SELECTED]        = "#8092dc" #scroll bar background
  253.     GtkRange::trough_border    = 0
  254.     GtkRange::slider-width    = 22
  255.     GtkScale::slider-length    = 12
  256.     
  257.     engine "smooth" {    
  258.         line {
  259.         style=smooth
  260.         thickness=2
  261.     }
  262.     
  263.     fill {
  264.         style=shaded
  265.         hdirection=vertical
  266.         vdirection=horizontal
  267.         shade1=1.09
  268.         shade2=0.9
  269.     }
  270.     
  271.     trough {
  272.         xpadding=7
  273.         ypadding=1
  274.         show_value=TRUE
  275.     }
  276.     
  277.     grip {
  278.         style=dots_in
  279.         count=1
  280.         spacing=2
  281.     }
  282.     
  283.     real_sliders=FALSE
  284.     }
  285. }
  286. widget_class "*HScale*" style "hscales"
  287. class "*HScale*" style "hscales"
  288.  
  289. style "vscales"  {
  290.     bg[SELECTED]        = "#8092dc" #scroll bar background
  291.     GtkRange::trough_border    = 0
  292.     GtkRange::slider-width    = 22
  293.     GtkScale::slider-length    = 12
  294.     
  295.     engine "smooth" {
  296.         line {
  297.         style=smooth
  298.         thickness=2
  299.     }
  300.     
  301.     fill {
  302.         style=shaded
  303.         hdirection=vertical
  304.         vdirection=horizontal
  305.         shade1=1.09
  306.         shade2=0.9
  307.     }
  308.     
  309.     trough {
  310.         xpadding=1
  311.         ypadding=7
  312.         show_value=TRUE
  313.     }
  314.     
  315.     grip {
  316.         style=dots_in
  317.         count=1
  318.         spacing=2
  319.     }
  320.     
  321.     real_sliders=FALSE
  322.     }
  323. }
  324. widget_class "*VScale*" style "vscales"
  325. class "*VScale*" style "vscales"
  326.  
  327. style "infobar" {
  328.     xthickness=2
  329.     ythickness=2
  330.     
  331.     engine "smooth" {
  332.         line {
  333.         style=smooth
  334.         thickness=2
  335.     }
  336.     
  337.     fill {
  338.         style=shaded
  339.         hdirection=vertical
  340.         vdirection=horizontal
  341.         shade1=1.195
  342.         shade2=0.73
  343.     }
  344.     
  345.     trough {
  346.         fill {
  347.             style=solid
  348.         }
  349.     }
  350.     }
  351. }
  352. class "*Progress*" style "infobar"
  353. widget_class "*Progress*" style "infobar"
  354.